home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetPolygonVertices.h < prev    next >
C/C++ Source or Header  |  1996-08-20  |  666b  |  33 lines

  1. /*
  2.  *--- PGetPolygonVertices.h -----------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetPolygonVertices__
  10. #define __PGetPolygonVertices__
  11.  
  12. #include "PGetPolygonVertices.h"
  13. #include "PListQuery.h"
  14.  
  15. class PGetPolygonVertices : public PListQuery
  16. {
  17.  
  18. public:
  19.  
  20.     PGetPolygonVertices();
  21.  
  22.     long            xLocation;
  23.     long            yLocation;
  24.  
  25. private:
  26.  
  27.     virtual void Scan();
  28. };
  29.  
  30. #endif
  31.  
  32. // end of PGetPolygonVertices.h
  33.